.col-md-3:last-child .services:before {
    display: none;
}
.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 40px;
   width: 19.9%;
	
	float:left;
	margin-bottom:30px;
}
.portfolio {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;	
}

.portfolio img {
    width: 100%;
}
.hover {
    height: 25%;
    position: absolute;
    width: 50%;
	
	background:rgba(54,115,177,0.55);
}
.hover.box-one {
    left: -50%;
    top: 0;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
    -ms-transition: all 0.2s ease 0.1s;
    -o-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s;
}
.portfolio:hover .hover.box-one {
    left: 50%;
}
.hover.box-two {
    right: -50%;
    top: 0;
    -webkit-transition: all 0.2s ease 0.8s;
    -moz-transition: all 0.2s ease 0.8s;
    -ms-transition: all 0.2s ease 0.8s;
    -o-transition: all 0.2s ease 0.8s;
    transition: all 0.2s ease 0.8s;
}
.portfolio:hover .hover.box-two {
    right: 50%;
}
.hover.box-three {
    left: -50%;
    top: 25%;
	-webkit-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
	-ms-transition:all 0.2s ease 0s;
	-o-transition:all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
}
.portfolio:hover .hover.box-three {
    left: 50%;
}
.hover.box-four {
    right: -50%;
    top: 25%;
    -webkit-transition: all 0.2s ease 0.7s;
    -moz-transition: all 0.2s ease 0.7s;
    -ms-transition: all 0.2s ease 0.7s;
    -o-transition: all 0.2s ease 0.7s;
    transition: all 0.2s ease 0.7s;
}
.portfolio:hover .hover.box-four {
    right: 50%;
}
.hover.box-five {
    left: -50%;
    top: 50%;
    -webkit-transition: all 0.2s ease 0.6s;
    -moz-transition: all 0.2s ease 0.6s;
    -ms-transition: all 0.2s ease 0.6s;
    -o-transition: all 0.2s ease 0.6s;
    transition: all 0.2s ease 0.6s;

}
.portfolio:hover .hover.box-five {
    left: 50%;
}
.hover.box-six {
    right: -50%;
    top: 50%;
    -webkit-transition: all 0.2s ease 0.3s;
    -moz-transition: all 0.2s ease 0.3s;
    -ms-transition: all 0.2s ease 0.3s;
    -o-transition: all 0.2s ease 0.3s;
    transition: all 0.2s ease 0.3s;
}
.portfolio:hover .hover.box-six {
    right: 50%;
}
.hover.box-seven {
    left: -50%;
    top: 75%;
    -webkit-transition: all 0.2s ease 0.5s;
    -moz-transition: all 0.2s ease 0.5s;
    -ms-transition: all 0.2s ease 0.5s;
    -o-transition: all 0.2s ease 0.5s;
    transition: all 0.2s ease 0.5s;
}
.portfolio:hover .hover.box-seven {
    left: 50%;
}
.hover.box-eight {
    right: -50%;
    top: 75%;
    -webkit-transition: all 0.2s ease 0.4s;
    -moz-transition: all 0.2s ease 0.4s;
    -ms-transition: all 0.2s ease 0.4s;
    -o-transition: all 0.2s ease 0.4s;
    transition: all 0.2s ease 0.4s;
}
.portfolio:hover .hover.box-eight {
    right: 50%;
}
.portfolio i {
    color: #FFFFFF;
    font-size: 30px;
    height: 30px;
    left: 70%;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
	filter:alpha(opacity=0);
    position: absolute;
    top: 50%;
	
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
    width: 30px;
}
.portfolio:hover i {
    opacity: 1;
	filter:alpha(opacity=100);
	
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}


.portfolio-desc {
    float: left;
    margin-top: -2px;
    width: 100%;

	
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;	
}
.portfolio-desc > h3 {
    color: #fff;
    font-family: 'Tahoma', Helvetica, Arial, sans-serif;
    font-size: 15px;
	text-align:center;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 0;
    padding: 7px 30px;
	margin-bottom:0;
        line-height: 15px;
}
.portfolio-desc > p {
    color: #E7E7E7;
    font-family: 'Tahoma', Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 27px;
    margin-top: -8px;
    padding: 0 30px;
}
.portfolio-desc{
	margin-top:8px;
}
@media only screen and (max-width: 459px) {
	.col-md-3
	{
		width:100%
	}
}
@media only screen and (min-width: 459px) and (max-width: 760px) {
	.col-md-3
	{
		width:100%
	}
	.inner-page {
	width:80%;
}
}

.inner-heading {
    float: left;
    margin-bottom: 80px;
    width: 100%;
	margin-top:45px;
}

.inner-heading h1 {
    color: #949494;
    float: left;
    font-family: 'Tahoma', Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    width: 100%;
	letter-spacing:3px;
	background:#336666;
}
.inner-heading h1 i {
    color: #FFFFFF;
    font-style: normal;
}

.inner-page h4.panel-title {
    float: left;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}

.inner-page {
    
    display: table;
    float: none;
    margin: 0 auto;
    padding: 30px;
	border:1px solid #CCC;
	
}

.inner-page > .container {
    padding: 0;
}


.inner-page h3 {
    color: #404040;
    font-family: 'Tahoma', Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-top: -6px;
    position: relative;
}
 .inner-page h3 span{
	color:#888888;
}
 .inner-page h3 i{
    font-weight: 400;
	font-style:normal;
	color:#a63c2c;
}
 .inner-page h4 {
    color: #A63C2C;
    font-family: 'Tahoma', Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 14px;
    margin-bottom: 20px;
}
 .inner-page p {
    color: #555555;
    font-family: 'Tahoma', Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 27px;
	margin-top:-9px;
}


.widget i {
    color: #DE5642;
    font-style: normal;
    font-weight: normal;
}
.widget > p {
    color: #C9C9C9;
    font-family: 'Tahoma', Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.24px;
    line-height: 27px;
	margin-bottom:40px;
}
.block .widget h4,.inner-page .widget h4{
    color: #FFFFFF;
    font-family: 'Tahoma', Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 27px;
	margin-bottom:40px;
	text-transform:uppercase;
}
.white .widget h4, .inner-page .widget h4 {
    color: #404040;
}
.white .widget > p , .inner-page .widget > p{
    color: #555555;
}


/* Contact Info */
.contact-info {
    float: left;
    width: 100%;
}
.contact-info > ul {
    float: left;
    margin-bottom: 43px;
    width: 100%;
}
.contact-info li {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.contact-info ul li i {
    background: none repeat scroll 0 0 #DE5642;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-right: 25px;
    text-align: center;
    width: 35px;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.contact-info li {
    color: #ececec;
    float: left;
    font-family: 'Tahoma', Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 27px;
    margin-bottom: 20px;
    width: 100%;
}
.contact-info ul li i {
    background: none repeat scroll 0 0 #1a1819;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-right: 25px;
    text-align: center;
    width: 35px;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.contact-info li:hover i {
    box-shadow: 40px 0 0 #3673b1 inset;
}
.contact-info > a {
    background: none repeat scroll 0 0 #4E4F4F;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    margin-right: 20px;
    text-align: center;
    width: 42px;
	

    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.contact-info li:last-child {
    margin-bottom: 0;
}
.contact-info > a i {
    color: #ffffff;
}


.backgroundPopup {
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
     font-family: 'CalibriRegular';
  background:#000000;
  border:1px solid #cecece;
  z-index:1000000;
}

.popupContact{
  display:none;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  width:445px;
  height:330px;
  z-index:10000000;
  font-size:13px;  
}

.popupContactClose{
  line-height:14px;
  right:-6px;
  top:-10px;
  background:url(../images/close.png);
  position:absolute;
  display:block;
  cursor:pointer;
  width:22px;
  height:22px;
  padding-top:-5px;
  padding-right:-5px;
}

.popup_wrapper {
 position:absolute;
 width:460px;
 height:auto;
 margin:0 auto;
 background-color:#f3f3f3;
 
}
.popup_content {
 float:left;
 width:439px;
 margin:10px;
 font-size:16px;
 color:#666;
 height:auto;
}
.popup_title {
 float:left;
 width:445px;
 width:100%;
 font-size:24px;
 text-align:center;
 background:#1c89d4;
 padding:8px 0px;
 border-bottom:1px solid #dedcdd;
 color:#fff;
}




#loadMore  {
	margin-bottom:20px;
	background:rgba(0,0,0,0.55);
	color:#fff;
	padding:5px 10px;
	
}





@media (min-width:768px) and (max-width:992px){


.inner-page {
	width:750px;
}

.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
   width: 49%;
	z-index:1000;
	float:left;
	margin-bottom:30px;
}

}


#filterForm { margin: 30px 0px;}

.addcart
{
	font-size: 15px;
  margin-left: 10px;
}

.cart-form
{
	margin:0 auto;
	text-align: -webkit-center;
}
.cart-form input, textarea
{
	padding:0 150px;
	text-align:center;
	margin-bottom:10px;
	height:40px;
	width:550px;
}
.cart-form table
{
	background: #eee;
  padding: 35px 40px 25px 30px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #dadada;
}
.add-to-cart
{
	display: inline-block;
  height: 25px;
  line-height: 20px;
 width: 57%;
  position: relative;
  background-color: #f3f3f3;
  color: #303030;
  font-size:11px;
  border:1px solid #ccc;
  border-radius: 4px;
  white-space: nowrap;
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);

}

.border-around {border: 1px solid #666; padding: 20px; margin-bottom: 20px;}